home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / setup.exe / 0 / RCDATA / TCOPYFILES / TCOPYFILES.txt
Text File  |  1997-01-03  |  3KB  |  200 lines

  1. object copyfiles: Tcopyfiles
  2.   Left = 291
  3.   Top = 350
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Installing'
  7.   ClientHeight = 58
  8.   ClientWidth = 418
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 5
  23.     Height = 16
  24.     Font.Color = clWindowText
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 192
  32.     Top = 0
  33.     Width = 41
  34.     Height = 16
  35.     Caption = 'Label2'
  36.     Visible = False
  37.   end
  38.   object Edit1: TEdit
  39.     Left = 24
  40.     Top = 216
  41.     Width = 257
  42.     Height = 24
  43.     TabOrder = 0
  44.     Visible = False
  45.   end
  46.   object Edit2: TEdit
  47.     Left = 24
  48.     Top = 256
  49.     Width = 257
  50.     Height = 24
  51.     TabOrder = 1
  52.     Visible = False
  53.   end
  54.   object Edit3: TEdit
  55.     Left = 24
  56.     Top = 296
  57.     Width = 257
  58.     Height = 24
  59.     TabOrder = 2
  60.     Visible = False
  61.   end
  62.   object Button1: TButton
  63.     Left = 336
  64.     Top = 24
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'Done'
  68.     TabOrder = 3
  69.     OnClick = Button1Click
  70.   end
  71.   object progress: TProgressBar
  72.     Left = 8
  73.     Top = 32
  74.     Width = 313
  75.     Height = 17
  76.     Min = 0
  77.     Max = 100
  78.     Step = 1
  79.     TabOrder = 4
  80.   end
  81.   object un: TListBox
  82.     Left = 248
  83.     Top = 136
  84.     Width = 33
  85.     Height = 33
  86.     ItemHeight = 16
  87.     TabOrder = 5
  88.     Visible = False
  89.   end
  90.   object Edit4: TEdit
  91.     Left = 40
  92.     Top = 336
  93.     Width = 121
  94.     Height = 24
  95.     TabOrder = 6
  96.     Text = 'Edit4'
  97.   end
  98.   object Edit5: TEdit
  99.     Left = 216
  100.     Top = 352
  101.     Width = 121
  102.     Height = 24
  103.     TabOrder = 7
  104.     Text = 'Edit5'
  105.   end
  106.   object ini: TListBox
  107.     Left = 24
  108.     Top = 144
  109.     Width = 57
  110.     Height = 49
  111.     ItemHeight = 16
  112.     TabOrder = 8
  113.   end
  114.   object reg: TListBox
  115.     Left = 96
  116.     Top = 144
  117.     Width = 65
  118.     Height = 41
  119.     ItemHeight = 16
  120.     TabOrder = 9
  121.   end
  122.   object files: TListBox
  123.     Left = 176
  124.     Top = 144
  125.     Width = 57
  126.     Height = 41
  127.     ItemHeight = 16
  128.     TabOrder = 10
  129.   end
  130.   object iniwin: TListBox
  131.     Left = 312
  132.     Top = 144
  133.     Width = 49
  134.     Height = 41
  135.     ItemHeight = 16
  136.     TabOrder = 11
  137.   end
  138.   object exe: TListBox
  139.     Left = 168
  140.     Top = 96
  141.     Width = 49
  142.     Height = 33
  143.     ItemHeight = 16
  144.     TabOrder = 12
  145.   end
  146.   object uninst: TListBox
  147.     Left = 88
  148.     Top = 392
  149.     Width = 41
  150.     Height = 33
  151.     ItemHeight = 16
  152.     TabOrder = 13
  153.   end
  154.   object reg1: TListBox
  155.     Left = 344
  156.     Top = 264
  157.     Width = 73
  158.     Height = 41
  159.     ItemHeight = 16
  160.     TabOrder = 14
  161.     Visible = False
  162.   end
  163.   object delreg: TListBox
  164.     Left = 24
  165.     Top = 80
  166.     Width = 41
  167.     Height = 57
  168.     ItemHeight = 16
  169.     TabOrder = 15
  170.     Visible = False
  171.   end
  172.   object delexe: TListBox
  173.     Left = 104
  174.     Top = 80
  175.     Width = 49
  176.     Height = 57
  177.     ItemHeight = 16
  178.     TabOrder = 16
  179.     Visible = False
  180.   end
  181.   object regremove: TListBox
  182.     Left = 296
  183.     Top = 208
  184.     Width = 73
  185.     Height = 57
  186.     ItemHeight = 16
  187.     TabOrder = 17
  188.   end
  189.   object DdeClientConv1: TDdeClientConv
  190.     ConnectMode = ddeManual
  191.     Left = 360
  192.     Top = 200
  193.   end
  194.   object Timer1: TTimer
  195.     Enabled = False
  196.     OnTimer = Timer1Timer
  197.     Left = 24
  198.   end
  199. end
  200.